home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity Video Player.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Encoding:
Text File  |  2004-12-15  |  11.9 KB  |  476 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 220
  3.   Top = 198
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 453
  8.   ClientWidth = 410
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 375
  25.     Height = 412
  26.     Color = clBlack
  27.     ParentColor = False
  28.     ParentShowHint = True
  29.     OnResize = SynthPanelResize
  30.     object VideoPanel: TWPControl
  31.       Tag = -1
  32.       Left = 0
  33.       Top = 37
  34.       Width = 375
  35.       Height = 239
  36.       OnDropFiles = VideoPanelDropFiles
  37.       Color = clBlack
  38.       ParentColor = False
  39.       ParentShowHint = True
  40.       Anchors = [akLeft, akTop, akRight, akBottom]
  41.       object Flash: TFlashPlayerControl
  42.         Left = 170
  43.         Top = 40
  44.         Width = 192
  45.         Height = 192
  46.         TabOrder = 0
  47.         Visible = False
  48.         FrameNum = -1
  49.         Playing = False
  50.         Quality = 1
  51.         ScaleMode = 0
  52.         AlignMode = 0
  53.         BackgroundColor = -1
  54.         Loop = False
  55.         WMode = 'Window'
  56.         Menu = False
  57.         Scale = 'ShowAll'
  58.         DeviceFont = False
  59.         EmbedMovie = False
  60.         Quality2 = 'High'
  61.         AllowScriptAccess = 'always'
  62.       end
  63.       object BlankPanel: TWPControl
  64.         Left = 0
  65.         Top = 35
  66.         Width = 376
  67.         Height = 181
  68.         Color = clMaroon
  69.         ParentColor = False
  70.         ShowHint = True
  71.         Visible = False
  72.         OnResize = BlankPanelResize
  73.         object lblDemoTitle: TLabel
  74.           Left = 165
  75.           Top = 125
  76.           Width = 45
  77.           Height = 16
  78.           Caption = 'DEMO'
  79.           Font.Charset = DEFAULT_CHARSET
  80.           Font.Color = clWhite
  81.           Font.Height = -13
  82.           Font.Name = 'MS Sans Serif'
  83.           Font.Style = [fsBold]
  84.           ParentFont = False
  85.         end
  86.         object lblDemoMsg: TLabel
  87.           Left = 40
  88.           Top = 150
  89.           Width = 294
  90.           Height = 13
  91.           Caption = 'The demo version will only play the first 20 seconds of a video.'
  92.           Font.Charset = DEFAULT_CHARSET
  93.           Font.Color = clWhite
  94.           Font.Height = -11
  95.           Font.Name = 'MS Sans Serif'
  96.           Font.Style = []
  97.           ParentFont = False
  98.         end
  99.       end
  100.     end
  101.     object ControlTopPanel: TWPControl
  102.       Left = 0
  103.       Top = 286
  104.       Width = 375
  105.       Height = 80
  106.       OnDropFiles = VideoPanelDropFiles
  107.       Color = clGray
  108.       ParentColor = False
  109.       ShowHint = True
  110.       Anchors = [akLeft, akRight, akBottom]
  111.       object StartMSDig: TDigiWheel
  112.         Tag = -4
  113.         Left = 64
  114.         Top = 55
  115.         Width = 21
  116.         Height = 8
  117.         Cursor = crSizeNS
  118.         Options = [wwBorder, wwIncMode]
  119.         MoveSpeed = 4
  120.         SlowMotionDiv = 4
  121.         Max = 999
  122.         DefaultValue = 0
  123.         OnChange = StartHourDigChange
  124.         MouseButton = mbLeft
  125.         BmpList = SynthResModule.DigitsIL
  126.       end
  127.       object EndMSDig: TDigiWheel
  128.         Tag = -12
  129.         Left = 333
  130.         Top = 55
  131.         Width = 21
  132.         Height = 8
  133.         Cursor = crSizeNS
  134.         Options = [wwBorder, wwIncMode]
  135.         MoveSpeed = 4
  136.         SlowMotionDiv = 4
  137.         Max = 999
  138.         DefaultValue = 0
  139.         OnChange = StartHourDigChange
  140.         MouseButton = mbLeft
  141.         BmpList = SynthResModule.DigitsIL
  142.       end
  143.       object PosMinuteDig: TQuickDigiLabel
  144.         Tag = -6
  145.         Left = 117
  146.         Top = 55
  147.         Width = 14
  148.         Height = 8
  149.         BmpList = SynthResModule.DigitsIL
  150.         NumDigits = 2
  151.       end
  152.       object PosSecondDig: TQuickDigiLabel
  153.         Tag = -7
  154.         Left = 134
  155.         Top = 55
  156.         Width = 14
  157.         Height = 8
  158.         BmpList = SynthResModule.DigitsIL
  159.         NumDigits = 2
  160.       end
  161.       object PosHourDig: TQuickDigiLabel
  162.         Tag = -5
  163.         Left = 107
  164.         Top = 55
  165.         Width = 7
  166.         Height = 8
  167.         BmpList = SynthResModule.DigitsIL
  168.         NumDigits = 1
  169.       end
  170.       object StartSecondDig: TDigiWheel
  171.         Tag = -3
  172.         Left = 47
  173.         Top = 55
  174.         Width = 14
  175.         Height = 8
  176.         Cursor = crSizeNS
  177.         Options = [wwBorder, wwIncMode]
  178.         MoveSpeed = 4
  179.         SlowMotionDiv = 4
  180.         Max = 59
  181.         DefaultValue = 0
  182.         OnChange = StartHourDigChange
  183.         MouseButton = mbLeft
  184.         BmpList = SynthResModule.DigitsIL
  185.         NumDigits = 2
  186.       end
  187.       object StartMinuteDig: TDigiWheel
  188.         Tag = -2
  189.         Left = 30
  190.         Top = 55
  191.         Width = 14
  192.         Height = 8
  193.         Cursor = crSizeNS
  194.         Options = [wwBorder, wwIncMode]
  195.         MoveSpeed = 4
  196.         SlowMotionDiv = 4
  197.         Max = 59
  198.         DefaultValue = 0
  199.         OnChange = StartHourDigChange
  200.         MouseButton = mbLeft
  201.         BmpList = SynthResModule.DigitsIL
  202.         NumDigits = 2
  203.       end
  204.       object StartHourDig: TDigiWheel
  205.         Tag = -1
  206.         Left = 20
  207.         Top = 55
  208.         Width = 7
  209.         Height = 8
  210.         Cursor = crSizeNS
  211.         Options = [wwBorder, wwIncMode]
  212.         MoveSpeed = 4
  213.         SlowMotionDiv = 4
  214.         Max = 9
  215.         DefaultValue = 0
  216.         OnChange = StartHourDigChange
  217.         MouseButton = mbLeft
  218.         BmpList = SynthResModule.DigitsIL
  219.         NumDigits = 1
  220.       end
  221.       object EndHourDig: TDigiWheel
  222.         Tag = -9
  223.         Left = 289
  224.         Top = 55
  225.         Width = 7
  226.         Height = 8
  227.         Cursor = crSizeNS
  228.         Options = [wwBorder, wwIncMode]
  229.         MoveSpeed = 4
  230.         SlowMotionDiv = 4
  231.         Max = 9
  232.         DefaultValue = 0
  233.         OnChange = StartHourDigChange
  234.         MouseButton = mbLeft
  235.         BmpList = SynthResModule.DigitsIL
  236.         NumDigits = 1
  237.       end
  238.       object EndMinuteDig: TDigiWheel
  239.         Tag = -10
  240.         Left = 299
  241.         Top = 55
  242.         Width = 14
  243.         Height = 8
  244.         Cursor = crSizeNS
  245.         Options = [wwBorder, wwIncMode]
  246.         MoveSpeed = 4
  247.         SlowMotionDiv = 4
  248.         Max = 59
  249.         DefaultValue = 0
  250.         OnChange = StartHourDigChange
  251.         MouseButton = mbLeft
  252.         BmpList = SynthResModule.DigitsIL
  253.         NumDigits = 2
  254.       end
  255.       object EndSecondDig: TDigiWheel
  256.         Tag = -11
  257.         Left = 316
  258.         Top = 55
  259.         Width = 14
  260.         Height = 8
  261.         Cursor = crSizeNS
  262.         Options = [wwBorder, wwIncMode]
  263.         MoveSpeed = 4
  264.         SlowMotionDiv = 4
  265.         Max = 59
  266.         DefaultValue = 0
  267.         OnChange = StartHourDigChange
  268.         MouseButton = mbLeft
  269.         BmpList = SynthResModule.DigitsIL
  270.         NumDigits = 2
  271.       end
  272.       object PosMSDig: TQuickDigiLabel
  273.         Tag = -8
  274.         Left = 151
  275.         Top = 55
  276.         Width = 21
  277.         Height = 8
  278.         BmpList = SynthResModule.DigitsIL
  279.       end
  280.       object KeepOnDiskBtn: TQuickBtn
  281.         Tag = -1
  282.         Left = 333
  283.         Top = 87
  284.         Width = 14
  285.         Height = 14
  286.         Cursor = crHandPoint
  287.         ParentColor = True
  288.         PopupMenu = SynthResModule.WheelMenu
  289.         Options = [tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  290.         AccelKey = 0
  291.         FXType = FX_Blend
  292.         BmpList = SynthResModule.LightIL
  293.         OnClick = KeepOnDiskBtnClick
  294.       end
  295.       object ExtractAllBtn: TQuickBtn
  296.         Tag = -2
  297.         Left = 351
  298.         Top = 87
  299.         Width = 14
  300.         Height = 14
  301.         Cursor = crHandPoint
  302.         ParentColor = True
  303.         PopupMenu = SynthResModule.WheelMenu
  304.         Options = [tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  305.         AccelKey = 0
  306.         FXType = FX_Blend
  307.         BmpList = SynthResModule.LightIL
  308.         OnClick = KeepOnDiskBtnClick
  309.       end
  310.       object ForceMixDownBtn: TQuickBtn
  311.         Tag = -3
  312.         Left = 333
  313.         Top = 104
  314.         Width = 14
  315.         Height = 14
  316.         Cursor = crHandPoint
  317.         Visible = False
  318.         ParentColor = True
  319.         PopupMenu = SynthResModule.WheelMenu
  320.         Options = [tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  321.         AccelKey = 0
  322.         FXType = FX_Blend
  323.         BmpList = SynthResModule.LightIL
  324.         OnClick = KeepOnDiskBtnClick
  325.       end
  326.       object ExtractRangeBtn: TQuickBtn
  327.         Tag = -4
  328.         Left = 351
  329.         Top = 104
  330.         Width = 14
  331.         Height = 14
  332.         Cursor = crHandPoint
  333.         ParentColor = True
  334.         PopupMenu = SynthResModule.WheelMenu
  335.         Options = [tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  336.         AccelKey = 0
  337.         FXType = FX_Blend
  338.         BmpList = SynthResModule.LightIL
  339.         OnClick = KeepOnDiskBtnClick
  340.       end
  341.       object TimeSlider: TTimeSlider
  342.         Left = 12
  343.         Top = 8
  344.         Width = 352
  345.         Height = 25
  346.         Background = SynthResModule.SliderBackIL
  347.         BmpList = SynthResModule.ArrowIL
  348.         LineColor = 12903933
  349.         LineWidth = 3
  350.         NormalCursor = crDefault
  351.         PointerCursor = crHandPoint
  352.         TwoSidedPointers = True
  353.         OnPositionsChanged = TimeSliderPositionsChanged
  354.         OnPositionsChangeEnd = TimeSliderPositionsChangeEnd
  355.       end
  356.     end
  357.     object ControlBottomPanel: TWPControl
  358.       Left = 0
  359.       Top = 366
  360.       Width = 375
  361.       Height = 46
  362.       OnDropFiles = VideoPanelDropFiles
  363.       Color = clGray
  364.       ParentColor = False
  365.       ShowHint = True
  366.       OnMouseDown = ControlBottomPanelMouseDown
  367.       OnMouseMove = ControlBottomPanelMouseMove
  368.       OnMouseUp = ControlBottomPanelMouseUp
  369.       Anchors = [akLeft, akRight, akBottom]
  370.       object VolumeWheel: TLineWheel
  371.         Left = 265
  372.         Top = 15
  373.         Width = 11
  374.         Height = 11
  375.         Hint = '|^b^aVolume'
  376.         Options = [wwBigLine]
  377.         MoveSpeed = 4
  378.         SlowMotionDiv = 4
  379.         Max = 127
  380.         Value = 100
  381.         DefaultValue = 100
  382.         OnChange = WheelChange
  383.         MouseButton = mbLeft
  384.         HotSideX = 11
  385.         HotSideY = 11
  386.         PopupMenu = SynthResModule.WheelMenu
  387.         LineColor = 12564396
  388.         LinePressedColor = 8230648
  389.         LineThickness = 1
  390.       end
  391.       object MuteBtn: TQuickBtn
  392.         Tag = 1
  393.         Left = 200
  394.         Top = 12
  395.         Width = 19
  396.         Height = 18
  397.         Cursor = crHandPoint
  398.         Hint = '|^b^aMute'
  399.         ParentColor = True
  400.         PopupMenu = SynthResModule.WheelMenu
  401.         Options = [tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  402.         AccelKey = 0
  403.         FXType = FX_Blend
  404.         BmpList = SynthResModule.MuteIL
  405.         OnClick = WheelChange
  406.       end
  407.       object LoopBtn: TQuickBtn
  408.         Tag = -1
  409.         Left = 16
  410.         Top = 12
  411.         Width = 19
  412.         Height = 18
  413.         Cursor = crHandPoint
  414.         Hint = '|^b^aLoop'
  415.         ParentColor = True
  416.         Options = [tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  417.         AccelKey = 0
  418.         FXType = FX_Blend
  419.         BmpList = SynthResModule.MuteIL
  420.         OnClick = LoopBtnClick
  421.       end
  422.       object KeepAspectRatioBtn: TQuickBtn
  423.         Tag = -1
  424.         Left = 81
  425.         Top = 12
  426.         Width = 19
  427.         Height = 18
  428.         Cursor = crHandPoint
  429.         ParentColor = True
  430.         Options = [tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  431.         AccelKey = 0
  432.         FXType = FX_Blend
  433.         BmpList = SynthResModule.MuteIL
  434.         OnClick = KeepAspectRatioBtnClick
  435.       end
  436.       object HideWP: TWPControl
  437.         Left = 140
  438.         Top = 7
  439.         Width = 55
  440.         Height = 19
  441.         Color = clBlack
  442.         ParentColor = False
  443.         ShowHint = True
  444.       end
  445.     end
  446.     object FilePanel: TWPControl
  447.       Left = 0
  448.       Top = 0
  449.       Width = 375
  450.       Height = 38
  451.       OnDropFiles = VideoPanelDropFiles
  452.       Color = clGray
  453.       ParentColor = False
  454.       ShowHint = True
  455.       Anchors = [akLeft, akTop, akRight]
  456.       object OpenBtn: TQuickBtn
  457.         Tag = -1
  458.         Left = 336
  459.         Top = 10
  460.         Width = 23
  461.         Height = 17
  462.         Cursor = crHandPoint
  463.         ParentColor = True
  464.         Caption = 'OpenBtn'
  465.         Options = [tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
  466.         AccelKey = 0
  467.         FXType = FX_Blend
  468.         BmpList = SynthResModule.OpenIL
  469.         OnClick = OpenBtnClick
  470.         StayDown = False
  471.         Anchors = [akTop, akRight]
  472.       end
  473.     end
  474.   end
  475. end
  476.